home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Techniques / simple file transfer 0.1d1 / protocol draft next >
Text File  |  1998-06-06  |  356b  |  19 lines

  1. Simple Direct File Transfer Protocol (SDFTP)
  2.  
  3. FILE_INFO <file_name_length><file_name><file_size><file_type><file_creator>
  4.  
  5.         file_name_length        (1 byte)
  6.         file_name                (file_name_length)
  7.         file_size                (4 bytes)
  8.         file_type                (4 bytes)
  9.         file_creator            (4 bytes)
  10.  
  11.     File send request.
  12.  
  13.  
  14. SEND_FILE
  15.     Continue with send.
  16.  
  17. NO_THANKS
  18.     Do not continue with send.
  19.